home *** CD-ROM | disk | FTP | other *** search
/ Data Base of the Video Yearbook 1995 / Data Base of the Video Yearbook 1995 - Disc 2.iso / cosmos / movw.dir / 00008.ls < prev    next >
Encoding:
Text File  |  1995-12-19  |  380 b   |  19 lines

  1. on mouseDown
  2.   repeat while the stillDown
  3.     if rollOver(clickOn()) then
  4.       set the castNum of sprite clickOn() to 19
  5.       updateStage()
  6.       next repeat
  7.     end if
  8.     set the castNum of sprite clickOn() to 18
  9.     updateStage()
  10.   end repeat
  11.   set the castNum of sprite clickOn() to 18
  12.   set the visible of sprite 10 to 0
  13.   updateStage()
  14. end
  15.  
  16. on mouseUp
  17.   go("OSHIOKI")
  18. end
  19.